body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
ol,ul {list-style:none}
caption,th {text-align:left}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}
q:before,q:after {content:''}
abbr,acronym { border:0}
.clear{
    clear: both;
    overflow: hidden;
}
a,a:hover{
    color: #000;
    text-decoration: none;
}
.header{
    width: 100%;
    height: 232px;
    background-image: url(../images/bg.jpg);
}
.headercontainer{
    padding-top: 70px;
    position: relative;
}
.logo{
    position: absolute;
    left: 0px;
    width: 70%;
}
.logo img{
    width: 100%;
}
.searchpart{
    width: 260px;
    height: 40px;
	border-radius: 20px;
    position: absolute;
    right: 0;
    top: 96px;
    background: rgba(255, 255, 255, 0.28);
}
.searchpartinput{
    float: left;
    width: 85%;
    height: 38px;
    line-height: 38px;
}
.searchpartinput input{
    width: 100%;
    border: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    outline: none;
    background: rgba(255, 255, 255, 0);
}
.searchicon{
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 11px;
    cursor: pointer;
}
.nav{
    background-color: #0562b3;
    height: 60px;
}
.new-news{
    width: 100%;
    /* height: 141px; */
	background-color: #f7f8fc;
    margin-top: 30px;
    position: relative;
    padding-right: 40px;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.new-news-tag{
    width: 100px;
    height: 20px;
    padding-left: 0px;
    /* position: absolute;
    left: 0px;
    top: 0px; */
}
.new-news-title{
    /* height: 28px; */
    color: #0562b3;
    font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
    padding-top: 23px;
    /* padding: 0px; */
}
.new-news-desc{
    margin-top: 18px;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0px;
    line-height: 26px;
}
.new-news-desc a{
    color: #0562b3;
}
/* 底部 */
.friend-link-part{
    width: 100%;
	background-color: rgba(214,231,243, 0.85);
    margin-top: 30px;
}
.friend-links{
    text-align: center;
}
.friend-links>span{
    display: inline-block;
    height: 47px;
    padding: 0px 40px;
    line-height: 47px;
    color: #034f92;
}
.friend-links>span a{
    color: #034f92;
}
.footer{
    background-color: #0043A3;
    min-height: 163px;
}
.erweima{
    width: 94px;
    height: 94px;
    margin-top: 30px;
}
.erweima img{
    width: 94px;
    height: 94px;
    background-color: red;
}
.erweimatitle{
    width: 94px;
    font-size: 14px;
    line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.foot-tabs{
    display: flex;
    margin-top: 30px;
}
.foot-tabs li{
    width: 91px;
	height: 38px;
    background-color: #0b74cf;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    margin-right: 15px;
    cursor: pointer;
}
.foot-tabs li.active{
    color: #005ba9;
    background-color: #fff;
}
.foot-contact{
    margin-top: 18px;
    font-size: 14px;
    line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.65;
    margin-left:13px;
}
.footer-publish{
    min-height: 70px;
	background-color: #023782;
}
.footer-publish .publish-content{
    line-height: 70px;
    letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.65;
    font-size: 16px;
}
.publish-content a,.publish-content a:hover{
    color:#ffffff;
    font-size: 16px;
    text-decoration:none;
}
.footer-publish .publish-agree{
    line-height: 70px;
    letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.65;
    text-align: right;
    font-size: 16px;
}
.footlogo{
    text-align:right;
}
.footlogo img{
    width: 259px;
    margin-top: 42px;
}
.footer-title{
    font-size:20px;
    color:#6983BD;
    margin-top:6px;
}
.footlogo a:hover{
    text-decoration: none;
}
/* 分页 */
.pagination{
    max-width: 900px;
    margin: auto;
}
.pagination li{
    width: 49px;
	height: 49px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #b7b7b7;
    text-align: center;
    line-height: 49px;
    margin-left: 10px;
    margin-right: 10px;
    color: #909090;
}
.pagination li a{
    display: inline-block;
    width: 49px;
	height: 49px;
    color: #909090;
}
.pagination li.active{
    background-color: #0562b3;
	border-radius: 4px;
    color: #ffffff;
}
.pagination li:first-child,.pagination li:last-child{
    width: 97px;
}